From 1185a356a64bc751a09abefc398347382ed612ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jorge=20Israel=20Pe=C3=B1a?= Date: Thu, 23 Oct 2014 23:27:28 -0700 Subject: [PATCH] line up the comments --- src/doc/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index c7d6afbb2..9d9236616 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -108,7 +108,7 @@ along with the defaults for each profile. [profile.dev] opt-level = 0 # Controls the --opt-level the compiler builds with debug = true # Controls whether the compiler passes -g or `--cfg ndebug` -rpath = false # Controls whether the compiler passes `-C rpath` +rpath = false # Controls whether the compiler passes `-C rpath` # The release profile, used for `cargo build --release` [profile.release] -- 2.30.2